/*
Theme Name: Cinnamon
Theme URI: http://fikrirasy.id/portfolio/cinnamon/
Author: Fikri Rasyid
Author URI: http://fikrirasy.id
Description: Cinnamon is default-looking classic two column WordPress theme with a soul
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cinnamon
Tags: white, fluid-layout, responsive-layout, custom-menu, editor-style, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.

 Cinnamon is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

The image at images/cinnamon-default-header.jpg is made by my own (Fikri Rasyid). Similar to this theme and WordPress, I license it under the GPL.

Simple Color Adjuster library which is used for color scheme generator is developed by modifying following resources:

	scssphp library - http://leafo.net/scssphp/
	License: Distributed under the terms of GNU General Public License v3
	Copyright: Leaf Corcoran, http://leafo.net/

	Twenty Fifteen - https://wordpress.org/themes/twentyfifteen
	License: Distributed under the terms of GNU General Public License
	Copyright: The WordPress team, http://wordpress.org

	Opus - http://fikrirasy.id/portfolio/opus
	License: Distributed under the terms of GNU General Public License
	Copyright: Fikri Rasyid, http://fikrirasy.id
*/

<!-- Latest compiled and minified CSS -->
@import url('css/font-awesome-min-last.css');
@import url('css/animate.css');
@import url('css/bootstrap.min.css');
@import url('css/custom-styles.css');



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Header
11.0 Content
	11.1 Posts and pages
	11.2 Asides
	11.3 Comments
	11.4 Desktop adjustments 
	11.5 Homepage
	11.6 About
	11.7 How it works
	11.8 Pricing
	11.9 Features
	11.10 Login
	11.11 Contact 
	11.12 search
12.0 Header
13.0 Infinite scroll
14.0 Media
	14.1 Captions
	14.2 Galleries
	14.3 Icons
	14.4 Alerts
	14.5 Tables
	14.6 Share buttons
	14.7 Modals & signup forms
15.0 Footer
16.0 Media queries 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  color: #484043;
  text-shadow: none;
  font-size: 50px;

}

h2 {
  font-family: open sans;
  font-weight: 300;
  margin-top:0px;
}


h3 {

	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
   color: #fd6b00;
   font-size:35px;
   }
   
   h4{
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
   }
   
  
   


html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea
p {
  color: #26222f;
  font-family: Open sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/**
* Desktop adjustment
*/
@media screen and (min-width: 960px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px
    line-height: 28;
  }
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.pointer {
    cursor: pointer;

}

.h3-white {
color: white;
text-align:center;
line-height: 50px;
font-size: 42px;
font-family: Open Sans;
font-weight: 300;

}



.comment-content h1,
.entry-content h1 {
font-family: Open Sans;
  font-weight: 300;
  color: #484043;
  text-shadow: none;
  font-size: 48px;
}
@media screen and (min-width: 760px) {
  .comment-content h1,
  .entry-content h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .comment-content h1,
  .entry-content h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.comment-content h2,
.entry-content h2 {
  font-weight: 900;
  font-size: 19px;
  font-size: 1.9rem;
  color: #2d1f0f;
  line-height: 1.3;
  margin-top: 1.7em;
  margin-bottom: .7em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 760px) {
  .comment-content h2,
  .entry-content h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  .comment-content h2,
  .entry-content h2 {
    font-size: 36px;
    font-size: 3rem;
 font-family: 'Montserrat', sans-serif;
   font-weight: 600;
  margin-top:0px;
  }
}
.comment-content h3,
.entry-content h3 {
    font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   color: #fd6b00;
   }
}
@media screen and (min-width: 760px) {
  .comment-content h3,
  .entry-content h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .comment-content h3,
  .entry-content h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.comment-content h4,
.entry-content h4 {
  color: #2d1f0f;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: .7em;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .comment-content h4,
  .entry-content h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.comment-content p,
.entry-content p {
  margin-bottom: 1em;
    font-family: Open Sans;
  font-weight: 400;
  color: #4e4548;
 font-size: 18px;
 line-height: 28px;
}
.comment-content b, .comment-content strong,
.entry-content b,
.entry-content strong {
   font-weight: 600;
  color: #2d1f0f;
}
.comment-content dfn, .comment-content cite, .comment-content em, .comment-content i,
.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
  font-style: italic;
}
.comment-content blockquote,
.entry-content blockquote {
  margin: 1.7em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: lighter;
  color: #ababab;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .comment-content blockquote,
  .entry-content blockquote {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.comment-content address,
.entry-content address {
  margin: 0 0 1em;
  font-style: italic;
  line-height: 1.4;
  color: #2d1f0f;
}
.comment-content pre,
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.comment-content code, .comment-content kbd, .comment-content tt, .comment-content var,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  color: #2d1f0f;
}
.comment-content code,
.entry-content code {
  box-shadow: inset 0 0 1px #898989;
  background: #fcfcfc;
  padding: 0 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-content pre code,
.entry-content pre code {
  padding: 0;
  background: transparent;
  box-shadow: none;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
}
.comment-content abbr, .comment-content acronym,
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.comment-content mark, .comment-content ins,
.entry-content mark,
.entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.comment-content sup,
.comment-content sub,
.entry-content sup,
.entry-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.comment-content sup,
.entry-content sup {
  bottom: 1ex;
}
.comment-content sub,
.entry-content sub {
  top: .5ex;
}
.comment-content small,
.entry-content small {
  font-size: 75%;
}
.comment-content big,
.entry-content big {
  font-size: 125%;
}
.comment-content ul, .comment-content ol,
.entry-content ul,
.entry-content ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.comment-content ul ul, .comment-content ul ol, .comment-content ol ul, .comment-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-bottom: 0;
}
.comment-content ul > li,
.entry-content ul > li {
  list-style: disc;
      font-size: 18px;
}
.comment-content ol > li,
.entry-content ol > li {
  list-style: decimal;
      margin-bottom: 10px;
}
.comment-content table,
.entry-content table {

  margin: 2em 0;
}
.comment-content table thead td,
.entry-content table thead td {
  font-weight: bold;
  background: #fcfcfc;
}
.comment-content table tr td, .comment-content table th td,
.entry-content table tr td,
.entry-content table th td {
  font-size: .9em;
  line-height: 1.4;
  
}



.blog-info {
    font-size: 14px;
color:#9a9a9a;

}



/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/










hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1em 1.3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
  font-weight:400;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1em 1em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

.nav-tabs>li.active>a {
  color: #555;
  cursor: default;
  background-color: #F6F6F6;
  border: 1px solid #ddd;
}

.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #F6F6F6;
  border: 1px solid #ddd;
}

.nav-tabs>li.active {
  color: #555;
  cursor: default;
  background-color: #F6F6F6;
  border: 1px solid #ddd;
}




/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 300;
  font-family: Open Sans;
  background: #000000;
  color: white;
  border: 4px solid #000000;
  width: 100%;
  height: 55px;
  font-size: 18px;
  
}



button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #000000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

  outline: 0;
}

.beta-modal-content {
    width: 650px;
    padding-left: 10%;
    padding-right: 10%;
    height: 250px;
    background: white;
}

/**
* Desktop Adjustment
*/
@media screen and (min-width: 960px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  width: 100%;
  height: 55px;
  border: 4px solid #4e4548;
  font-size: 20px;
  padding: 0px 10px;
  margin-right: 15px;
}


input[type="search"],
textarea {
height: 48px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: 0;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  height: 300px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #fd6b00;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #fd6b00;
  text-decoration: none;
}

.entry-title a {
color: black;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.menu-link {
font-weight: 400!important;
padding-top: 35px!important;
color:black!important;

}



.menu-link:hover {

background-color:none;
}

.blog-nav-item:hover {

background-color:none;
}

.navbar-nav>li:hover {

background-color:none;
}

.navbar-nav>li>a:hover {

background-color:none;
}




.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #FDFDFD;
  border-top: 1px solid #EFEFEF;
}
.main-navigation.toggled {
  border-bottom: 1px solid #EFEFEF;
}
.main-navigation .nav-menu {
  display: none;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  display: none;
}
.main-navigation ul ul li {
  padding-left: 30px;
}
.main-navigation ul ul li:last-child a {
  border-bottom: 1px dashed #EFEFEF;
}
.main-navigation ul ul li a {
  border-top: 1px dashed #EFEFEF;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 15px;
  opacity: .8;
}
.main-navigation ul ul li ul {
  border-top: 1px dashed #EFEFEF;
}
.main-navigation ul ul li ul li:first-child a {
  border-top: 0;
}
.main-navigation ul ul li ul li:last-child a {
  border-bottom: 0;
}
.main-navigation ul ul a {
  display: block;
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 7px 0px;
  color: #2d1f0f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.site-header  {
  margin-top: -8px;


}


.store-logo {
  float: left;
  padding-top: 12px;
  
  }

/* Small menu */
.menu-toggle,
.main-navigation.toggled .nav-menu {
  display: block;
}
.menu-toggle ul,
.main-navigation.toggled .nav-menu ul {
  display: block;
}

/**
* Older / Newer navigation
*/
.paging-navigation {
  text-align: center;
  padding: 40px 10px;
}
.paging-navigation a {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #725025;
  padding: 7px 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.paging-navigation a:hover {
  text-decoration: none;
  border-color: #bf863e;
}

/**  
* Desktop Adjustment
*/
@media screen and (min-width: 960px) {
  #site-navigation.main-navigation {
    border-top: none;
  }
  #site-navigation.main-navigation.toggled {
    border-top: 1px solid #EFEFEF;
  }

  #site-navigation {
    float: right;
    width: auto;
    margin-top: 2px;
    background: transparent;
  }
 #site-navigation .menu-toggle {
    display: none;
  }
   #site-navigation.main-navigation {
    display: block;
    clear: none;
  }
 #site-navigation.main-navigation .nav-menu {
    display: block;
  }
  #site-navigation.main-navigation ul {
    position: relative;
    /**
    * Hover state
    */
  }
 #site-navigation.main-navigation ul li {
    display: inline-block;
	 padding-right: 22px;
  }
   #site-navigation.main-navigation ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }
  #site-navigation.main-navigation ul li.menu-item-has-children > a:after {
    content: "\f347";
    font-family: dashicons;
    font-size: 16px;
    position: absolute;
    top: 9px;
    right: 0;
  }
  #site-navigation.main-navigation ul li a {
    padding-bottom: 11px;
  }
   #site-navigation.main-navigation ul li a:hover {
    text-decoration: underline;
  }
  #site-navigation.main-navigation ul li li.menu-item-has-children > a:after {
    content: "\f345";
    top: 5px;
    right: 5px;
  }
  #site-navigation.main-navigation ul li li a {
    padding-bottom: 4px;
  }
  #site-navigation.main-navigation ul li li a:hover {

    text-decoration: none;
  }
 #site-navigation.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 46px;
    left: -1px;
    background: white;
    z-index: 30;
    width: 180px;
    border: 1px solid #EFEFEF;
  }
  #site-navigation.main-navigation ul ul li a,
  #site-navigation.main-navigation ul ul li:first-child a,
 #site-navigation.main-navigation ul ul li:last-child a {
    border-top: none;
    border-bottom: none;
  }
  #site-navigation.main-navigation ul ul li {
    padding-left: 0;
    display: block;
    border-bottom: 1px solid #EFEFEF;
  }
 #site-navigation.main-navigation ul ul li:last-child {
    border-bottom: none;
  }
 #site-navigation.main-navigation ul ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    opacity: 1;
  }
   #site-navigation.main-navigation ul ul li ul {
    border-top: 1px solid #EFEFEF;
    display: none;
  }
 #site-navigation.main-navigation ul li.hovered > ul {
    display: block;
  }
   #site-navigation.main-navigation ul li.hovered > ul li.hovered > ul {
    top: -1px;
    left: 178px;
  }
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #5F5E5E;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.entry-meta:before,
.entry-meta:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
#secondary {
  border-top: 1px solid #EFEFEF;
  background: #fffefd;
}


#sidebar {

    float: left;
	 margin-right: 15px;
	width: 229px;
}

#sidebar a:hover{

   text-decoration:none!important;
}

.widget {
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
  font-size: 14px;
  font-size: 1.4rem;
  /* Make sure select elements fit in widgets */
}
.widget select {
  max-width: 100%;
}
.widget ul, .widget ol {
  margin-left: 0;
}
.widget li {
  list-style: none;
  margin-bottom: 3px;
}
.widget li li {
  padding-left: 2em;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
.widget a {
  color: #000000;
}

.widgettitle,
.widget-title {
  color: #2b2537;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: open sans;
    text-align: left;
	border-bottom: 2px solid #eaeaea;
	margin-top: 0px;
    margin-bottom: 0px;
}

#text-2 {

background-color: #484043;

}


#sign-up-password{

width: 254px !important;
}

#sign-up-email{

width: 254px !important;
}

.widget_text {

    padding-top: 34px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 34px;
}

.widgettitle {
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    border-bottom: 0px;
    font-family: open sans;
    font-weight: 600;
  

}


#search-2 {

    padding-right: 0;
    padding-left: 0;

}

#menu-sidebar {
    padding-left: 0px;

}

.sidebar-start-btn {
font-weight: 300;
    font-family: Open Sans;
    background: #fd6b00;
    color: white;
}

.guide-title{
    font-size: 16px;
    color: #484043;
    font-family: open sans;
	 font-weight: 400;
}

.guide-title a{
    font-size: 16px;
    color: #484043;
    font-family: open sans;


}

.guide-title a:hover{
    font-size: 16px;
    color: #fd6b00;
    font-family: open sans;


}



/*====================
Guides menu widget
======================*/

#nav_menu-3  {
    padding: 0px;
    margin-bottom: 30px;
    background: #f7f7f7;
    border: 2px solid #eaeaea;
}


#menu-guides {
padding-left: 0px;
    padding-top: 16px;
    background: white;
    width: 100%;
    padding-left: 50px;
	margin-bottom: 0px;
	padding-bottom:25px;
}

#menu-guides  .sub-menu {
    padding-left: 0px;
	  padding-top: 16px;
    background: white;
    width: 100%;
    padding-left: 50px;
}

#menu-guides  li:active {
    color:#fd6b00; 
}

#menu-guides  li {
   text-transform: none;
   font-size: 16px;
   font-weight:400;
}

#menu-guides  a:hover {
    color:#fd6401; 
}

#menu-guides  a:active {
    color:#fd6401; 
}


#menu-item-780 {
font-size: 18px !important;
    color: black !important;
    font-weight: 400;
    padding-top: 5px;

}

#menu-guides li {
padding-left: 0px;
font-weight:600;
    padding-bottom: 10px;
}



#menu-guides .sub-menu {
    padding-top: 16px;
}


@media screen and (min-width: 960px) {
  .widgettitle,
  .widget-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* Search widget */
.widget_search .search-form {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.widget_search .search-field {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search .search-submit {
  width: 100%;
  padding-left: 15px;      
  padding-right: 15px;
  height: 48px;
  top: 0;
  right: 0;
}

/* RSS Widget */
.widget_rss li {
  margin-bottom: 20px;
}
.widget_rss li .rsswidget {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2d1f0f;
}
.widget_rss li .rss-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ababab;
}

/* Jetpack Subscription Widget */
.jetpack_subscription_widget #subscribe-email input {
  padding: 7px 10px;
  margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text {
  line-height: 1.4;
  margin-bottom: 15px;
  color: #ababab;
}

/* Jetpack Gravatar Profile */
.widget-grofile .grofile-meta h4 {
  font-weight: bold;
}

/* Jetpack contact info widget */
.widget_contact_info .confit-address {
  margin-top: 10px;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
  #secondary {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget {
    padding: 34px 14px;
  }
}
/**
* Desktop adjustment
*/
@media screen and (min-width: 960px) {
  #secondary {
    border-top: none;
    background: none !important;
  }

  .widget {
    border-bottom: none;

  }

  .widget-title {
    margin-bottom: 0px;
  }
}






/*====================
contact menu widget
======================*/

#text-4  {
    padding: 0px;
    margin-bottom: 30px;
    background: #f7f7f7;
    border: 2px solid #eaeaea;
}

#text-4  .textwidget {
    background: white;
    padding-left: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 40px;
    padding-top: 16px;
}

#text-4 img {
    float: left;
    padding-top: 9px;
    padding-right: 10px;
}



/*--------------------------------------------------------------
10.0 Header
--------------------------------------------------------------*/
body {

  background: white;
}

#masthead {
  background: #ffffff;
  height: 85px;
}
#masthead .site-title {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 17px 15px 17px;
}
#masthead .site-title a {
  color: #2d1f0f;
  text-decoration: none;
  line-height: 1;
  content: "";
  display: table;
}
#masthead .site-logo-link {
  float: left;
  margin: 15px 15px 13px;
  line-height: 1;
}

.has-site-logo #masthead .site-title {
  display: none;
}

#site-navigation {
  position: relative;
}
#site-navigation .menu-toggle {
  width: 32px;
  height: 32px;
  border: none;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: -40px;
  right: 15px;
  overflow: hidden;
  background: white;
  color: #2d1f0f;
}

.page-header {
  position: relative;
  text-align: center;
  padding: 90px 15px 100px;
  border-bottom: none!important;
}
.page-header .background {
  background: #f0d039;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-header .background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}
.page-header .page-title,
.page-header .page-description {
  position: relative;
  top: -150px;
  z-index: 20;
  color: black;

}
.page-header .page-title a,
.page-header .page-description a {
  color: white;
}
.page-header .page-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 300;
}
.page-header .page-description {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: lighter;
}
.page-header.no-background-image .background {
  opacity: .3;
}
.page-header.no-background-image .background:before {
  display: none;
}
.page-header.no-background-image .page-title,
.page-header.no-background-image .page-description {
  
  font-family: Open Sans;
  font-weight: 600;
  color: #4e4548;
  text-shadow: none;
}
.page-header.no-background-image .page-title a,
.page-header.no-background-image .page-description a {
  color: #2d1f0f;
}

.home .page-header {
  border: none;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
  .page-header {
    padding: 100px 10px;
  }
  .page-header .page-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .page-header .page-description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/**
* Desktop Adjustment
*/

@media (min-width: 992px){

    .header {
        height: 80px;
    }
	
	.menu-menu-1-container{
	 padding: 11px 0px;
	}
	
	
}



@media screen and (min-width: 960px) {
  #masthead {
    border-bottom: 1px solid #fff;
  }

  .site-branding {
    float: left;
  }

  .page-header {
    padding: 200px 10px;
	margin-top:0px;
  }
  .page-header .page-title {
  font-family: Open Sans;
  font-weight: 300;
  color: #484043;
  text-shadow: none;
  font-size: 48px;
  }
  .page-header .page-description {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/

.container {

width: 967px;
}


.container-new {

width: 1648px;
    padding-left: 125px;
    padding-right: 125px;
}


.container-blog {

width:775px;
padding-left: 0px;
padding-top: 60px;
}

.container-outer-blog {
    padding-right: 0px;
width:1160px;
padding-left: 0px;
padding-top: 60px;
    min-height: 500px;
}


.post-date {
font-size: 14px;
    color: #9a9a9a;
 text-align:center;
    font-family: open sans;
    padding-top: 20px;
}


.container-guide {
width:1162px;
padding-left: 0px;
padding-top: 30px;

}


.display-none {

display:none;
}

.featured {
padding-right: 0px;
    padding-top: 11px;

}

.img-border {
    border: 2px solid #eaeaea;
	margin-top:8px;
} 


.p-small {
	font-size:14px!important;
    margin-top: 4px!important;
	margin-bottom: 2px!important;
}

.top-first-sale-guide {
font-weight: 600;
    color: #fd6b00;
    width: 300px;
    margin-left: auto;
margin-right: auto;
text-align: center;
text-align: center;
border: 1px solid #eaeaea;
}


#first-sale-guide {
border-top: 1px solid #FFFFFF;
}

#first-sale-guide td {
    border-bottom: 1px solid #EFEFEF;
    padding: 32px;
}

#first-sale-guide tr:hover {
    background-color: #f5f5f5;
}

.category-name {
    padding-top: 16px;
}

.category-name a{
color:black;
}


.blogroll-title {
margin-top: 5px;
font-size: 40px;
    margin-bottom: 25px;
}

.blogroll-title a:hover {
color:#fd6b00;
 text-decoration:underline;
}

.resetSuccess {
    padding-top: 15px;
    color: #fd6b00;
}

.meta-author {
padding-left: 0px;
line-height: 21px;
font-size: 15px;

}

.faq {
padding-left:0px;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}


/*// Features page /*/


#features .nav-tabs  {

border:none !important;
}

#features .nav-tabs>li.active>a {

border:none !important;
background-color:white;
}

#features .nav-tabs>li.active {

border:none !important;
background-color:white;
}

#features .nav-tabs>li>a:hover {

border:none !important;
background-color:white !important;
}

.fixed {
position: relative;
}

#features h3 {
    font-size: 24px;
}

.padding-row {
    padding-top: 20px;
	margin-right: 0px; 
   margin-left: 0px; 
}


.sticky {
  display: block;
}

.hentry {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.blogroll-single {
padding:10px;
 border: 2px solid #eaeaea;
 margin-top: 30px;
 margin-right: 27px;
 height: 567px;
}


.featured-blog {
padding-top: 38px;
padding-left: 32px;
padding-right:100px;
}


.blogroll-row {
margin-right:-43px;
min-height: 500px;
}


.no-padding {
padding-left:0px;
padding-right:0px;
}
.hentry.format-aside {
  background: #FAFAFA;
}
.hentry.format-aside .entry-featured-image.as-background {
  display: none;
}
.hentry .entry-featured-image.as-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
.hentry .entry-featured-image.as-background:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: white;
  opacity: .9;
}
.hentry .entry-featured-image.as-background img {
  width: 100%;
}
.hentry .entry-header {
  position: relative;
  z-index: 20;
  margin-right: 20px;
}
.hentry .entry-header .entry-meta {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.entry-meta {
    padding-top: 30px;

}

/*// Blog checklist /*/





@media screen and (min-width: 760px) {
  .hentry .entry-header .entry-meta {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .hentry .entry-header .entry-meta {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.hentry .entry-header .entry-meta a {
  font-weight: bold;
  text-decoration: none;
}
.hentry .entry-header .entry-meta a:hover {
  text-decoration: underline;
}
.hentry .entry-header .entry-meta .edit-link {
  float: right;
}
.hentry .entry-header .edit-link {
  display: inline-block;
}
.hentry .entry-header .edit-link a {
  border: 1px solid #725025;
  color: #725025;
  padding: 2px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
}
.hentry .entry-title {
   	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #484043;
    text-shadow: none;
	font-size:26px;
}
@media screen and (min-width: 960px) {
  .hentry .entry-title {
    font-size: 26px;
  }
}
.hentry .entry-title a {
  color: #000001;
  text-decoration: none;
}
.hentry .entry-title a:hover {
  color:#000001;
  text-decoration:underline;
}
.hentry .entry-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: lighter;
  color: #ababab;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .hentry .entry-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
  
  
  
}
.hentry .entry-subtitle a {
  color: #ababab;
}
.hentry .entry-content {
  position: relative;
  z-index: 20;
     padding-top: 40px;
	  padding-bottom: 50px;
}
}
@media screen and (min-width: 960px) {
  .hentry .entry-content {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.hentry .entry-footer {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  .hentry .entry-footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.hentry .entry-footer .entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.hentry .entry-footer .entry-meta a {
  font-weight: lighter;
  text-decoration: none;
  color: #AFAFAF;
}
.hentry .entry-footer .entry-meta a:hover {
  text-decoration: underline;
}
.hentry .entry-footer .posted-on {
  display: block;
  font-weight: bold;
  margin: 0 -15px -2px;
  padding: 10px 15px 0;
  letter-spacing: 1px;
  font-size: 11px;
  font-size: 1.1rem;
}
.hentry .tags-links {
  display: block;
  border-top: 1px solid #EFEFEF;
  margin: 10px -15px 0;
  padding: 10px 15px 0;
}
.hentry .tags-links .section-title {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.hentry .tags-links a {
  color: #725025;
  border: 1px solid #725025;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 1px 2px 0;
  display: inline-block;
  line-height: 1;
}
.hentry input[type="radio"],
.hentry input[type="checkbox"] {
  margin-right: 5px;
}
.hentry .post-password-form {
  display: block;
  border: 1px solid #EFEFEF;
  padding: 15px 20px 10px;
  background: #fffefd;
  box-shadow: inset 0 0 10px #fcf9f6;
  line-height: 1.4;
}
.hentry .post-password-form label {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.hentry .post-password-form input[type="password"] {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


/* main menu */
.menu-item {

text-decoration: none;
  color: #000000;
  font-family: Open Sans;
  font-weight: 300;
  cursor: pointer;

}
.menu-link a:hover{
background-color:white;
text-decoration:none;
}


#site-navigation a:hover {
text-decoration:none!important;
background:white; 
}

#site-navigation ul>li>a:hover {

text-decoration:none;
background:white;
}



.active a:hover {
border: black 1px;

}

.page-numbers {
border: 1px solid #eaeaea;
    padding: 7px;
    padding-left: 13px;
    padding-right: 13px;
	color:black;
}


.page-numbers a:hover{
color:black;
}

.nav-previous {
margin-left:-15px;
margin-bottom: 76px;
    margin-top: 12px;
}


.post-navigation {
  background: #fffefd;
  box-shadow: inset 0 0 10px #fcf9f6;
}
.post-navigation .nav {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
}
.post-navigation .nav a {
  display: block;
  padding: 15px;
  color: #ababab;
  border-bottom: 1px solid #EFEFEF;
}
.post-navigation .nav .meta-label {
  display: block;
  color: #5F5E5E;
  font-weight: 900;
}

/**	
* Single template styling
*/
.single .entry-featured-image img,
.page .entry-featured-image img {
  width: 100%;
}
.single .hentry .entry-title,
.page .hentry .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 960px) {
  .single .hentry .entry-title,
  .page .hentry .entry-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 960px) {
  .single .hentry .entry-subtitle,
  .page .hentry .entry-subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.single .hentry .entry-content,
.page .hentry .entry-content {
  margin-top: 0;
   
}
}
.single .hentry .entry-content a,
.page .hentry .entry-content a {
  text-decoration: none;
}
.single .hentry .entry-content sup a,
.page .hentry .entry-content sup a {
  text-decoration: none;
}
@media screen and (min-width: 760px) {
  .single .hentry .entry-content .footnotes li,
  .page .hentry .entry-content .footnotes li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .single .hentry .entry-content .footnotes li,
  .page .hentry .entry-content .footnotes li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.single .hentry .entry-content .footnotes .backlink,
.page .hentry .entry-content .footnotes .backlink {
  text-decoration: none;
}

/**
* Page styling
*/
.page .entry-header .edit-link {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

/**
* Error 404 styling
*/
.error404 #primary {
  text-align: center;
}
.error404 #primary .search-form {
  padding: 15px 15px 16px;
  border-bottom: 1px solid #EFEFEF;
}
.error404 #primary .search-form .search-field {
  padding: 5px 10px;
  margin-bottom: -2px;
  vertical-align: top;
}
.error404 #primary .search-form .search-submit {
  vertical-align: top;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
  .entry-featured-image {
    height: 400px;
    overflow-y: hidden;
  }

  .hentry {
    padding: 0px;
  }
  .hentry .entry-footer .posted-on,
  .hentry .tags-links {
    margin: 10px -33px 0;
    padding: 10px 33px 0;
  }

  .post-navigation {
    position: relative;
    border-bottom: 1px solid #EFEFEF;
  }
  .post-navigation:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: '';
    width: 1px;
    background: #EFEFEF;
  }
  .post-navigation .nav {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .post-navigation .nav a {
    padding: 20px 33px;
    border-bottom: none;
  }
  .post-navigation .nav-next {
    text-align: right;
  }
  
  }
  

  


  /**
  * Manual page styling
  */
  
  
  .manual-bg {
  width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/manual-bg-2560.png');

  } 
  
  
    #primary-manual a {
    color: #000000;
  }
  
  #primary-manual a:hover{
    color: #fd6b00; 
  }
  
.manual-title-section {
margin-left:auto;
margin-right:auto;
padding-top: 68px;
text-align: center;
min-height: 289px;
}

.breadcrumbs {
font-size:14px;
color:black;
}

.breadcrumbs-section {
    padding-bottom: 42px;
}


#manual .search-field {
    padding: 0px 10px;
    margin-right: 0px;
    background: #12bdc7!important;
    color: white!important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    width: 638px!important;
    border-top: 3px solid white;
    border-right: none;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
	font-size: 16px;
    line-height: 25px;
	float:left;
}

#manual input:active {
    padding: 0px 10px;
    margin-right: 0px;
    background: transparent!important;
    color: white!important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    width: 638px!important;
    border-top: 3px solid white;
    border-right: none;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
	font-size: 16px;
    line-height: 25px;
}


.fa-search {
    font-size: 22px;
}


#manual .search-form {

	margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 48%;
}


.search-submit {
	background: transparent!important;
border-top: 3px solid white;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    border-left: none;
	height:54px;
	    width: 233px;
	margin-left:-5px;
	text-align: right;
    padding-right: 15px;
    font-size: 21px;
	float:left;
}

#manual button {
background: #12bdc7!important;
border-top: 3px solid white;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    border-left: none;
}


.search-field::-webkit-input-placeholder  {
	color:white!important;
	font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}
  
.manual-page-title {
	color:white; 
	text-align:center;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
  
.manual-description {
 color: white; 
  font-size: 28px;
  text-align:center; 
      padding-bottom: 14px;
}

#primary-manual h3{
color: #252525;
}
  
  
.manual-box {
width:31%;
    padding: 20px;
    border: 2px solid #eaeaea;
    padding-left: 94px;
    padding-bottom: 30px;
	float: left;
}

.manual-box-2, .manual-box-1 {

    margin-right: 32px;
}


.manual-box-img {
float:left;
}

.manual-box-h4 {
float:left;
}


.guide-box {
	width:31%;
    border: 2px solid #eaeaea;
	float: left;
}

 #primary-manual .learn-more {
	border: 2px solid #1bb8a5;
    width: 187px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1bb8a5;
    font-size: 18px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 44px;
 }

.guide-box-1, .guide-box-2 {

    margin-right: 32px;
}
  
  #primary-manual h4 {
 padding-left: 18px;
color: #3d3155;
  margin-bottom:0px;
  }
  
   #primary-manual .h4-guide {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 36px;
   }
  
  
   #primary-manual p {
  line-height: 18px;
    font-size: 15px;
    padding-top: 7px;
 
  }
  
  #primary-manual .learning-guides {
  margin-bottom:55px;
  }
  
   .manual:hover {
   color:#3d3256; 
   }
   
   #content-manual {
      width: 1083px;
    margin-left: auto;
    margin-right: auto;
   }
   
   #content-manual .hentry .entry-content {
   padding-top:0px;
   }
  
  #content-manual h2 {
  font-size:40px;
  }
  
   #content-manual .guide-index {
    width: 346px;
    border: 2px solid #eaeaea;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
	font-weight:600;
   }
   
      #content-manual .guide-index-wide {
    width: 388px;
    border: 2px solid #eaeaea;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
	font-weight:600;
   }
   
   #content-manual ol {
   padding-left: 44px;
    margin-left: 0px;
   }
   
     
   #content-manual h3 {
   color: #252525;
    font-size:26px;
   }
   
   #content-manual a {
   color: #2b2537;
   }
   
    #content-manual a:hover {
   color: #fd6401;
   }
   
  
  /**
  * Error 404 styling
  */
  .error404 #primary .search-form {
    padding: 15px 30px 16px;
    text-align: center;
  }
  .error404 #primary .search-form .search-field {
    padding: 5px 10px;
    vertical-align: top;
    width: 400px;
    margin-right: 10px;
  }
  .error404 #primary .search-form .search-submit {
    vertical-align: top;
  }
}
/**
* Desktop Adjustment
*/
@media screen and (min-width: 960px) {
  .hentry {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  


  .single .hentry,
  .page .hentry {
    padding-top: 30px;
  }
  .single .hentry .entry-subtitle,
  .page .hentry .entry-subtitle {
    margin-top: 8px;
  }

  .post-navigation {
    border-left: 1px solid #EFEFEF;
  }

  /**
  * Error 404 styling
  */
  .error404 #content:before {
    display: none;
  }
  .error404 #primary {
    float: none;
    display: block;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .error404 #primary .search-form {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: none;
  }
}
/*--------------------------------------------------------------
11.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
11.3 Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 20px;
  font-size: 2rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  color: #2d1f0f;
  padding: 30px 15px;
  line-height: 1.2;
}

#comments .no-comments {
  background: #fffefd;
  box-shadow: inset 0 0 10px #fcf9f6;
  border: 1px solid #EFEFEF;
  padding: 12px 20px 13px;
  line-height: 1;
  margin: 20px;
  color: #9f9e9e;
}

.comment-list {
  margin: 0;
  border-bottom: 1px solid #EFEFEF;
}
.comment-list .children {
  margin: 0 0 0 37px;
}
.comment-list li {
  list-style: none;
}

.comment-body {
  position: relative;
  padding: 0 15px 20px 79px;
}
.comment-body .avatar {
  width: 37px;
  position: absolute;
  top: 0;
  left: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment-body .comment-identity {
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
.comment-body .comment-meta,
.comment-body .comment-author {
  display: inline;
}
.comment-body .comment-author cite {
  font-style: normal;
  font-weight: 900;
  color: #5F5E5E;
}
.comment-body .comment-author cite a {
  color: #2d1f0f;
}
.comment-body .comment-meta {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: lighter;
}
.comment-body .comment-meta a {
  color: #ababab;
}

.pingback > .comment-body,
.trackback > .comment-body {
  padding-left: 15px;
}

#comment {
  margin-bottom: 18px;
}

#cancel-comment-reply-link,
.comment-reply-link {
  border: 1px solid #ababab;
  color: #ababab;
  padding: 3px 15px;
  line-height: 1;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  #cancel-comment-reply-link,
  .comment-reply-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#cancel-comment-reply-link:hover,
.comment-reply-link:hover {
  text-decoration: none;
  border-color: #725025;
  color: #725025;
}
#cancel-comment-reply-link:active,
.comment-reply-link:active {
  border-color: #986b32;
}

.comment-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

#reply-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2d1f0f;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  padding-right: 90px;
  line-height: 1.2;
}
@media screen and (min-width: 760px) {
  #reply-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #reply-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#cancel-comment-reply-link {
  position: absolute;
  top: -1px;
  right: 0;
  padding: 4px 10px 5px;
}
@media screen and (min-width: 960px) {
  #cancel-comment-reply-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#cancel-comment-reply-link:hover {
  color: #725025;
}

#respond {
  padding: 15px;
  margin-bottom: 8px;
}
#respond label {
  display: block;
  padding: 0 0 4px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  margin-bottom: 10px;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .form-submit {
  margin-bottom: 30px;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
  .comments-title {
    padding: 30px 33px;
  }

  .comment-body {
    padding: 0 33px 40px 124px;
  }
  .comment-body .avatar {
    left: 33px;
    width: 60px;
  }

  .pingback > .comment-body,
  .trackback > .comment-body {
    padding-left: 33px;
  }

  .comment-list .children {
    margin-left: 90px;
  }

  #cancel-comment-reply-link,
  .comment-reply-link {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #respond {
    padding: 30px 33px;
  }

  .reply {
    padding-top: 15px;
  }
}
/**
* Desktop Adjustment
*/
@media screen and (min-width: 960px) {
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-right: 1.4%;
  }
  #respond .comment-form-url {
    margin-right: 0;
  }
  
  
}



/*--------------------------------------------------------------
11.4 Desktop Adjustment
--------------------------------------------------------------*/
/**
* Desktop adjustment
*/
@media screen and (min-width: 1650px) {
  .wrap {
    display: block;
    width: 1650px;
    margin-right: auto;
    margin-left: auto;
  }

  #content {
    position: relative;
	 width: 967px;
	min-height: 600px;
  }
  #content:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 670px;
    width: 1px;
   
  }
  
    #content-wide {
    position: relative;
	 width: 100%;
  }

  #primary {
    float: left;
    
  }

  .single-jetpack-portfolio #content:before,
  .page-template-temp-one-column-page #content:before {
    display: none;
  }
  .single-jetpack-portfolio #primary,
  
  .page-template-temp-one-column-page #primary {
    float: none;
    display: block;
    width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
  
  
  
  .manual-page{
    float: none;
    display: block;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 68px;
	padding-top: 15px;
  }
  
  .page-title-manual {
  position: relative;
    top: -50px;
    z-index: 20;
	color:white;
  
  }
  

  

  

  #secondary {
    float: left;
    width: 250px;
    margin-left: 40px;
  }
}


/*--------------------------------------------------------------
11.5 New homepage
--------------------------------------------------------------*/

.homepage-container {
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/MAIN_HEADER_BG_2560X359.png');
background-size: cover;
}


.preview-section {
background: #3f3337;
height:190px;
margin-right: 0px;
margin-left: 0px;
}


.homepage-email-form {
font-family: Open Sans;
font-weight: 400;
color: white;
border: white 3px solid!important;
background: transparent;
width: 100%!important;

}


.homepage-password-form {
font-family: Open Sans;
font-weight: 400;
color: white;
border: white 3px solid !important;
background: transparent;
width: 459px;

}


.homepage-password-form::-webkit-input-placeholder {

   color:white;
 
}

.homepage-email-form::-webkit-input-placeholder {

   color:white;
 
}

#header-email, #header-password {
color:white!important;

}


.homepage-header {
padding-left:125px;
padding-right: 0px;
padding-top:107px;
padding-bottom:107px;
margin-right: 0px!important;
margin-left: 0px!important;
}

.homepage-section {
padding-left:125px;
padding-right: 125px;
padding-top:191px;
}

.left-side{
padding-top:60px;
}



.homepage-section2 {
padding-left:125px;
padding-right: 125px;
padding-top:121px;
padding-bottom: 60px;
margin-right: 0px;
margin-left: 0px;
}


.homepage-section4 {
padding-left:125px;
padding-right: 125px;
padding-top:76px;
padding-bottom: 76px;
margin-right: 0px;
margin-left: 0px;

}

.features-2{
padding-left: 11%;
padding-top: 64px;
}

.homepage-section3 {
padding-left:125px;
padding-right: 125px;
padding-top:230px;
}





.hompage-h2 {
font-weight:700;
font-size:50px;
color:white;
font-family: 'Montserrat', sans-serif;

}

.hompage-h4 {
font-weight:600;
font-size:30px;
color:#352a4d;
font-family: 'Open sans', sans-serif;
}

.email-homepage {
font-family: Open Sans;
font-weight: 400;
color: white !important;
border: white 3px solid;
background: transparent;
font-size:16px !important;
}

.title-text2 {
font-family: 'Montserrat', sans-serif;
color:white;
font-size:40px;
font-weight:400;
text-transform: uppercase;
text-align: right;
}

.heading-homepage {
font-family: 'Montserrat', sans-serif;
font-size:50px;
color: #352a4d;
font-weight:700;
padding-bottom: 11px;
}

.hompage-text1 {
font-family: Open Sans;
font-weight: 400;
font-size:22px;
color:#352a4d;
padding-right: 18%;
line-height: 30px;
}

.hompage-text1:hover {
color:#352a4d;

}

.section2 {
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/BG%2BPIC2_CLEAN-BIG_2560.png ');
background-size: cover;


}


.hompage-text2 {
font-family: Open Sans;
font-weight: 400;
font-size:22px;
color:#ffffff;
line-height:30px;
}

.pricing-heading{
font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #352a4d;
    font-weight: 700;
    padding-bottom: 11px;
    padding-top: 0px;
    margin-top: 0px;
}

.left-pricing {
padding-top: 24px;
padding-right: 3%;
}


.right-section {
    padding-left: 0px;

}

.contact-bg 
{
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/BG_HELP__2560_BIG.png');
background-size: cover;


}

.contact-btn {
font-weight: 300;
    font-family: Open Sans;
    background: #fbad05;
    color: white;
	width: 190px;
    height: 55px;
    font-size: 18px;
	border: 4px solid #4e4548;
	margin-bottom: 80px;

}


.contact-btn:hover {
background: #2c2829;
border:#2c2829;

}

.contact-text {
font-size:22px;
color:#f95e00;
padding-bottom:4px;
font-weight:400;
}

.heading-contact {
color: #3d3256;
    padding-bottom: 0px;
    margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
	
}


.contact-h4 {
font-weight:400;
font-size:30px;
color:#352a4d;
font-family: 'Open sans', sans-serif;
padding-bottom:40px;
}


#preview {

width:100%;
margin-top: 60px;
margin-bottom: 0px;
font-size: 16px;
}

.preview-btn {
padding-top: 60px;
padding-left: 0px;
}

.section-4 {
padding-left: 200px;
padding-top: 92px;
padding-bottom:203px;

}


.section-close {
text-align: center;
padding-top: 200px;
padding-bottom: 200px;
}


.close-form {
padding-left: 40%;
}

.right-side {
    margin-top: 0px;

}

.right-side-about {
    margin-top: 0px;

}


.read-more {
float: left;

padding-left: 18px;
margin-top: -18px;
}

.read-more:hover {

color:#35294d;
}


.read-more2 {
float: left;
 padding-left: 25px;
 padding-top: 13px;
}

.read-more2:hover {

color:#fff;
}


.white-hover:hover {

color:#fff;
}

.read-more-1 {
width: 60px;
    color: #352a4d;
    float: left;
}



.how-it-works-left {
padding-top: 64px;
}

.footer-container {
padding-bottom: 49px;
padding-left: 0px;
padding-right: 0px;
width: 1348px;
}


.section-1-btn {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow1_.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

.section-1-btn:hover {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow1_mouseover.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

#hover1 {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow1_mouseover.png');
}



.section-2-btn {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow2_.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

.section-2-btn:hover {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow2_mouseover.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

#hover2 {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow2_mouseover.png');
}


.section-3-btn {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow3_.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

.section-3-btn:hover {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow3_mouseover.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

#hover3 {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow3_mouseover.png');
}


.section-4-btn {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow4_.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

.section-4-btn:hover {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow4_mouseover.png');
    background-repeat: no-repeat;
    height: 60px;
    cursor: pointer;
    width: 60px;
}

#hover4 {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/btn_arrow4_mouseover.png');
}


/*--------------------------------------------------------------
11.6 New about
--------------------------------------------------------------*/
.about-container {
min-width: 1416px;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/bg_x2560_.png');
background-size: cover;

}

.about-h2{
font-weight: 700;
    font-size: 68px;
    color: white;
    font-family: 'Montserrat', sans-serif;

}

.dark-call-to-action {
color: #352a4d;
text-align: center;
    line-height: 55px;
    font-size: 50px;
    font-family: montserrat;
    font-weight: 700;
	position: relative;
    top: 61px;
	min-width: 1416px;
}


.about-h3 {
font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open sans', sans-serif;
}

.about-header {
    padding-left: 125px;
    padding-right: 0px;
    padding-top: 213px;
    padding-bottom: 224px;
}

.about-section1 {
padding-left:479px;
padding-right:479px;
padding-top:64px;
padding-bottom:64px;
}


.about-heading {
color:#3d3256;
font-family: 'Open sans', sans-serif;
font-size:18px;
font-weight: 400;
line-height:30px;

}


.about-h2 {
font-weight:700;
font-size:68px;
color:white;
font-family: 'Montserrat', sans-serif;

}

.about-h4 {
font-weight:700;
font-size:50px;
color:white;
font-family: 'Montserrat', sans-serif;
text-align:center;
}

.about-h5{
font-size:30px;
color:#3d3256;
font-weight: 600;
}

.event-title-1 {
font-weight: 700;
    font-size: 29px;
    line-height: 27px;
    color: #debf2c;
	padding-bottom: 10px;
}

.event-title-2 {
font-weight: 700;
    font-size: 29px;
    line-height: 27px;
    color: #4a3c66;
	padding-bottom: 10px;
}



.top-timeline {
padding-top:62px;
padding-bottom:62px;

}


.timeline {
position: relative;
    top: 0px;
    left: 0px;
	width: 1254px;
    margin: auto;
}

.timeline-event-1-left {
    border: 7px solid #debf2c;
    border-radius: 22px;
    padding: 40px;
   position: relative;
   top: -150px;
   right: 77px;
   z-index: 0;
   padding-top: 23px;
    padding-left: 32px;
    width: 586px;
}

#event-1 {
position: relative;
    top: 0px;
    right: -97px;
    width: 666px;
}

.timeline-event-1-right {
position: relative;
top: 80px;
left: -49px;
text-align: right;
}

.event-circle-1 {
    background: #debf2c;
    border-radius: 84px;
    width: 159px;
    height: 159px;
    padding-top: 62px;
    padding-left: 22px;
    padding-bottom: 40px;
    padding-right: 18px;
	top: 141px;
    left: 399px;
    position: relative;
	z-index: 2;
}

.external-circle-1 {
  background: #fff;
    border-radius: 84px;
    width: 175px;
    height: 175px;
	position: relative;
    z-index: 1;
    top: -26px;
    left: 390px;
}



#event-2 {
border-right: solid 10px #3d3256;
}

.timeline-event-2-left {
position: relative;
top: -60px;
right: 37px;
}

.event-circle-2 {
    background: #3d3256;
    border-radius: 84px;
    width: 159px;
    height: 159px;
    padding-top: 62px;
    padding-left: 22px;
    padding-bottom: 40px;
    padding-right: 18px;
    top: 82px;
    left: 477px;
    position: relative;
	 z-index: 2;
}

.external-circle-2 {
background: #fff;
    border-radius: 84px;
    width: 175px;
    height: 175px;
    position: relative;
    z-index: 1;
    top: -83px;
    left: 466px;
}


.timeline-event-2-right {
    border: 4px solid #3d3256;
    border-radius: 22px;
    padding: 40px;
    margin-right: 65px;
    margin-left: 48px;
    position: relative;
    top: -200px;
    z-index: 0;
    padding-top: 23px;
    padding-left: 37px;
    padding-right: 96px;
    width: 542px;
}


.event-circle-text {
color:white;
font-family: 'Montserrat', sans-serif;
font-size:30px;
line-height: 28px;
text-align: center;
}


.event-text {
font-size:20px;
font-weight:400;
line-height: 28px;
}

.dot1 {
position: relative;
top: 230px;
left: 577px;
}

.dot2 {
position: relative;
top: 121px;
left: 576px;
}


.event-circle-3 {
    background: #12bdc7;
    border-radius: 84px;
    width: 159px;
    height: 159px;
    padding-top: 62px;
    padding-left: 22px;
    padding-bottom: 40px;
    padding-right: 18px;
    top: 109px;
    left: 355px;
    position: relative;
	 z-index: 2;
}


.external-circle-3 {
background: #fff;
    border-radius: 84px;
    width: 175px;
    height: 175px;
    position: relative;
    z-index: 1;
    top: -66px;
    left: 340px;
}

.timeline-event-3-left {
    border: 7px solid #12bdc7;
    border-radius: 22px;
    padding: 40px;
   position: relative;
   top: -288px;
   right: 97px;
   z-index: 0;
   padding-top: 23px;
    padding-left: 40px;
	padding-right: 133px;
    width: 586px;
}

.event-title-3 {
font-weight: 700;
    font-size: 29px;
    line-height: 27px;
    color: #12bdc7;
	padding-bottom: 10px;
}


.timeline-event-3-right {
position: relative;
top: -71px;
left: -33px;
text-align: right;
}


.dot3 {
position: relative;
top: 121px;
left: 576px;
}


.timeline-event-4-left {
position: relative;
top: -60px;
right: 37px;
}

.dot4 {
position: relative;
top: 121px;
left: 576px;
}


.event-circle-4 {
    background: #4cacd8;
    border-radius: 84px;
    width: 159px;
    height: 159px;
    padding-top: 62px;
    padding-left: 22px;
    padding-bottom: 40px;
    padding-right: 18px;
    top: 72px;
    left: 522px;
    position: relative;
	 z-index: 2;
}


.external-circle-4 {
background: #fff;
    border-radius: 84px;
    width: 175px;
    height: 175px;
    position: relative;
    z-index: 1;
    top: -90px;
    left: 510px;
}


.timeline-event-4-right {
    border: 7px solid #4cacd8;
    border-radius: 22px;
    padding: 40px;
   position: relative;
   top: -215px;
   right: -60px;
   z-index: 0;
   padding-top: 23px;
    padding-left: 40px;
	padding-right: 133px;
    width: 586px;
}

.event-title-4 {
font-weight: 700;
    font-size: 29px;
    line-height: 27px;
    color: #4cacd8;
	padding-bottom: 10px;
}

.call-to-action-container {
min-width: 1416px;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/bg3_2560.png');
}

.call-to-btn-about {
    position: relative;
    top: 94px;
}

.about-arrow {
width:26px;
position: relative;
top: 20px;
left:902px;
}


/*--------------------------------------------------------------
11.7 How it works
--------------------------------------------------------------*/

.how-it-works-bg {

width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/BG_2560_.png');
}

.how-it-works-sec1 {
margin-right: 0px;
margin-left: 0px;
padding-top: 90px;
padding-bottom: 115px;


}

.how-section-1-left {
padding-top: 300px;
    padding-right: 202px;
    padding-left: 87px;
}

.how-section-1-right{
margin-top: 0px;
    padding-left: 100px;
}


.h4-how {
font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open sans', sans-serif;
    line-height: 34px;
    margin-top: -7px;
}


.how-h3 {
  font-family: 'Montserrat', sans-serif;
	font-weight:600;
    font-size: 50px;
	color:white;
}

.dark-h5 {
color:#2b2537;
font-weight: 600;
    font-size: 24px;
    font-family: 'Open sans', sans-serif;
	padding-top:30px;
}

.white-p{
font-weight: 400;
font-size: 18px;
color:#ffffff;
font-family: 'Open sans', sans-serif;
line-height:28px;
}

.how-it-works-sec2 {
background:white;
padding-left:600px;
padding-right:600px;
}


.step-1-title {
  font-family: 'Montserrat', sans-serif;
	font-weight:600;
    font-size: 36px;
	color:#1bb8a5;
	padding-left: 0px;
	margin-top: 30px;

}


.step-2-title {
  font-family: 'Montserrat', sans-serif;
	font-weight:600;
    font-size: 36px;
	color:#fac034;
	padding-left: 0px;
	margin-top: 30px;

}

.step-3-title {
  font-family: 'Montserrat', sans-serif;
	font-weight:600;
    font-size: 36px;
	color:#3f3337;
	padding-left: 0px;
	margin-top: 30px;

}

.how-circle-1 {
height: 111px;
    width: 111px;
    border: 7px solid #1bb8a5;
    border-radius: 84px;
    text-align: center;
font-family: 'Montserrat', sans-serif;
    font-size: 57px;
    color: #1bb8a5;
    font-weight: 600;
	    margin-bottom: 22px;
		line-height: 90px;
}

.how-p {
font-weight: 400;
    font-size: 18px;
    color: #43375f;
    font-family: 'Open sans', sans-serif;
	line-height:30px;
}


.how-circle-2 {
height: 111px;
    width: 111px;
    border: 7px solid #fac034;
    border-radius: 84px;
    text-align: center;
font-family: 'Montserrat', sans-serif;
    font-size: 57px;
    color: #fac034;
    font-weight: 600;
	    margin-bottom: 22px;
		line-height: 90px;
}

.how-circle-3 {
height: 111px;
    width: 111px;
    border: 7px solid #3f3337;
    border-radius: 84px;
    text-align: center;
font-family: 'Montserrat', sans-serif;
    font-size: 57px;
    color: #3f3337;
    font-weight: 600;
	    margin-bottom: 22px;
		line-height: 90px;
}


.how-it-works-sec3 {
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/green_bg_2560.png');

}

#how-it-works .row {
    margin-left: 0px;
}

.how-sec3-left {

    padding-left: 133px;
    padding-top: 93px;
    padding-bottom: 61px;
    margin-top: 118px;
	 padding-right: 55px;
}

.how-sec3-right {

  padding-top:154px;
   margin-top: 118px;
  padding-left: 74px;
}

.how-sec-4 {
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/bg_2_2560_.png');
padding-top:76px;
padding-bottom:83px;
text-align: center;

}


.call-to-how {
font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
text-align:center;
line-height: 54px;
padding-bottom: 25px;
}



/*--------------------------------------------------------------
11.8 Pricing
--------------------------------------------------------------*/
.pricing-section1-bg {

width:1648px;
margin-left:auto;
margin-right:auto;
    padding-top: 76px;
}


#pricing h2{
font-family: 'Montserrat', sans-serif;
    font-size: 68px;
    color: #3d3256;
    font-weight: 600;
}

#pricing h3{
font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
	color: white;
	padding-right: 36px;
}


#pricing h4{
font-family: 'Open sans', sans-serif;
    font-size: 22px;
    color: #3d3256;
    font-weight: 400;
}

#pricing th {
font-family: 'Open sans', sans-serif;
font-weight: 400;
    color: #3d3155;
    font-size: 22px;
}


.column-title {
	color:white;
	font-weight:600;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
}


.row-title {
	color:#3d3155;
	font-weight:600;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
}

#pricing .left-column {
padding-left: 68px;
border-left: none;
border-right: none;
}


#pricing .middle-column {
border-left: none;
border-right: none;
}

#pricing .checkmark {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/v-.png');
    background-repeat: no-repeat;
    height: 12px;
    width: 17px;
}

#pricing tr {
height: 64px;
}

.free-circled {
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/circle_.png');
    background-repeat: no-repeat;
    height: 53px;
    width: 99px;
	position: relative;
    top: 2px;
    left: 80px;
    float: left;
    z-index: 2;
}

  
  .pricing th{
  border:1px solid #f1f1f1;
  padding: 10px 15px;
  background-color: #fff;
  }
  
   .pricing th:hover{
background-color:#efefef;

  }
  
  
  .feature {
  
  text-align:center!important;
  
  }
  
  
  .emphsis-th {
  background-color:#3D3256;
  border: 2px solid #3D3256 !important;
  color:white;
  
  }
  
    .emphsis-th:hover {
  background-color:#4a3d68 !important;

  }
  
.table-heading {
	color:white;
	font-weight:600;
	font-size:30px;
	background-color: #3d3256;
	font-family: 'Montserrat', sans-serif;
}


.table-heading:hover {
background-color:#2B2537 !important;
}


  
#pricing-table th  {
 font-weight:400; 
  }
  

  
    
.check-feature  {
 color: #b2b2b2; 
  }
  
  .pricing-call2 {
  padding-left: 50px;
  }

  
  
.pricing-mid-section {
background: #2b2140;
position: relative;
    top: -177px;
    padding-top: 17px;
    padding-bottom: 120px;
    z-index: 0;
} 





#pricing .circle-img {
    position: relative;
    z-index: 1;
    left: 125px;
    top: -7px;
}


#pricing .start-btn {
border: 4px solid #4e4548;
    width: 191px;
    height: 53px;
    font-size: 18px;
	background: #ff710b;
}

#pricing .faq-1 {
    padding-top: 30px;
    color: #ff710b;
    font-size: 36px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	padding-bottom: 20px;
}


#pricing .accordion-group-border {
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

#pricing .accordion-group-border-last {
    border-top: 2px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
}

#pricing .collapsed{
color: #26222f;
}

#pricing a{
color: #26222f;
}

#pricing .accordion-heading a:hover,.accordion-heading a.active:hover,.accordion-heading a.active{
color: #ff7718;
}



.accordion-heading {
font-size: 22px;
font-weight: 400;
}

.accordion-inner {
padding-top: 25px;
padding-bottom:15px;
}


.faq-row {
    width: 812px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 30px;
}

#pricing .call-to-action-bg {
width:100%;
background-image: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/bg3_2560.png');
padding-top: 80px;
 padding-bottom: 80px;
text-align: center;
    margin-top: 180px;
}

#pricing .call-to-action {
color: #352a4d;
text-align: center;
    line-height: 55px;
    font-size: 50px;
    font-family: montserrat;
    font-weight: 700;
	    padding-bottom: 26px;}
		
#pricing-table .pricing-plan {
text-align:center;
width:20%;
	margin-right:70px;
	border:1px solid #eaeaea;
	padding-bottom:45px;
	float:left;
	background: white;
	padding-right: 0px;
    padding-left: 0px;
}


#pricing-table .plan-title-1 {
background: #463768;
 font-family: montserrat;
    font-weight: 700;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
	    font-size: 30px;
}

#pricing-table .price-1 {
color: #463768;
 font-family: montserrat;
    font-weight: 700;
	font-size:60px;
	margin-top: 70px;
}

#pricing-table .plan-title-2 {
background: #efb62c;
 font-family: montserrat;
    font-weight: 700;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
	    font-size: 30px;
}

#pricing-table .price-2 {
color: #efb62c;
 font-family: montserrat;
    font-weight: 700;
	font-size:60px;
	margin-top: 70px;
}

#pricing-table .plan-title-3 {
background: #19b8a5;
 font-family: montserrat;
    font-weight: 700;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
	    font-size: 30px;
}

#pricing-table .price-3 {
color: #19b8a5;
 font-family: montserrat;
    font-weight: 700;
	font-size:60px;
	margin-top: 70px;
}

#pricing-table .plan-title-4 {
background: #ff710b;
 font-family: montserrat;
    font-weight: 700;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
	 font-size: 30px;
}

#pricing-table .price-4 {
background: #ff710b;
    color: white;
    font-family: open sans;
    font-weight: 400;
    font-size: 18px;
    width: 188px;
    text-align: center;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid black;
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px
}

.pricing-bottom {
background:#12bdc7;
    height: 163px;
    z-index: -1;
    position: relative;
    top: -60px;
}

#pricing-table {
padding-top: 50px;
    z-index: 0;
    position: relative;
    top: 22px;
}

#pricing-table .product-number {
font-size: 26px;
    padding-top: 40px;
	padding-bottom: 40px;
}

.call-to-action-pricing {

background:#2b2140;
text-align:center;
color:white;
height:125px;
position: relative;
margin-bottom: 250px;

}

.inside-call-to-action-pricing {
width: 36%;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
margin-top: -61px;
}


.get-started {
    margin-top: 20px;
}




/*--------------------------------------------------------------
11.9 Features
--------------------------------------------------------------*/
.features-top-bg {
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/features-bg2560.png');

}


.features-sec1 {
    padding-top: 121px;
    padding-bottom: 121px;
}

.features-section-1-left {
    padding-top: 162px;
    padding-right: 202px;
    padding-left: 87px;
}


#features h3 {
    line-height: 42px;
    font-size: 36px;
    font-family: montserrat;
    font-weight: 700;
	padding-bottom: 26px;
}


#features h4 {
font-family: Open sans;
    font-size: 28px;
	color:#fe7e25;
	margin-top: 0px;
	font-weight: 600;
}

.white {
color:white;
}

.purple {
color: #352a4d;
}

.features-subtitle {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open sans', sans-serif;
    line-height: 34px;
    margin-top: -7px;
}

#features .p-top {
    padding-bottom: 30px;
}

#features p {
font-size:18px;
line-height:28px;
}

.p-top2 {
    padding-bottom: 100px;
}

.features-sec2 {
background: white;
}

.features-sec3 {
background: #f8f8f8;
}

.features-section-2-left {
padding-left:128px;
padding-top: 77px;
}

.features-section-2-right{
padding-top:90px;
padding-left: 73px;
}

.feature-circle {
height: 60px;
    width: 60px;
    border: 3px solid #352a4d;
    border-radius: 84px;
    text-align: center;
    font-family: Open sans;
    font-size: 28px;
    color: #352a4d;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 52px;
}


.feature-circle-left {
height: 60px;
    width: 60px;
    border: 3px solid #352a4d;
    border-radius: 84px;
    text-align: center;
    font-family: Open sans;
    font-size: 28px;
    color: #352a4d;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 52px;
	margin-left: 30px;
}


.feature-circle-white {
    height: 60px;
    width: 60px;
    border: 3px solid white;
    border-radius: 84px;
    text-align: center;
    font-family: Open sans;
    font-size: 28px;
    color: white;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 52px;
}


.features-section-3-left {
padding-left:128px;
}

.features-section-3-right {
    padding-left: 38px;
}

.features-sec4 {
background: #12bdc7;
color:white;
}

.h4-white {
font-family: Open sans;
    font-size: 28px;
	color:white;
line-height: 36px;
	font-weight: 600;
}

.features-section-4-left {
padding-left:128px;
padding-top: 80px;
padding-bottom:45px;
padding-right: 95px;
}

.features-section-4-right{
padding-top:147px;
padding-left: 73px;
 padding-bottom: 100px;

}


.features-sec5 {
width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/yellow-3560-bg.png');
}


#features .img-responsive {
    margin-left: auto;
    margin-right: auto;
	
	}
	
	#features .row {
	margin-left:0px;
	margin-right:0px;
	}


.features-section-5-left {
padding-top: 302px;
margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.features-section-5-right {
    padding-top: 86px;
	    padding-bottom: 96px;
		padding-left: 200px;
    padding-right: 239px;
}


.features-pic2 {
padding-top:54px;
}


#features .no-padding {
padding-left: 0px;
padding-right: 0px;
}

#features .no-padding2 {
padding-left:30px;
padding-right: 0px;
}





/*--------------------------------------------------------------
11.10 Login
--------------------------------------------------------------*/

#login-page {
 background: #13bbc4;;
}

#login-page .login-logo {
padding-left: 128px;
padding-bottom: 134px;
}

#modal-login-email {
width:100%;
}

#modal-login-password {
width:100%;
}

#login-page .no-padding {
padding-left:0px;
padding-right:0px;
}

#login-page p{
color:white;
padding-top: 23px;
padding-left: 90px;
}

#login-page .p-right{
text-align: right;
    margin-right: -34px;
}


#login-page a {
color:#3d3256;
}

#login-page .bottom-section {
padding-bottom: 255px;
}

#login-page .login-main {
background:white;
padding-top: 63px;
margin-left: 34%;
padding-left: 80px;
padding-bottom: 63px;
padding-right:70px;
}


/*--------------------------------------------------------------
11.11 Contact
--------------------------------------------------------------*/

.contact-page-bg{

width:100%;
background: url('http://static.22stores.com.s3.amazonaws.com/22stores/public/contact_bg_2560_.png');
margin-bottom: 60px;
}

#contact h2 {
    font-weight: 700;
    font-size: 50px;
    color: #3d3256;
    font-family: 'Montserrat', sans-serif;
}

.contact-left {
    padding-left: 128px;
    padding-top: 128px;
	padding-right: 370px;
	padding-bottom: 300px;

}

.contact-right {
    padding-top: 200px;
    padding-left: 54px;
}

#contact input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
width:100%;
}

#contact h3 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: white;
	text-align:center;
}

#contact h4 {
font-family: Open Sans;
	font-weight: 700;
	font-size: 24px;
	color:black;
		text-align:center;
}


/*--------------------------------------------------------------
	11.12 Search
--------------------------------------------------------------*/

#search .entry-title {
font-size:20px;
}

#search a:hover {
    color: #fd6401;
	text-decoration:underline; 
}

#search p {
    font-size: 16px;
}

#search .page-icon {
float:left;
padding-top: 15px;
padding-right: 8px;
}

.container-search {
    padding-right: 0px;
    width: 1160px;
    padding-left: 0px;
    padding-top: 50px;
    min-height: 500px;
}


.search-sidebar {
    padding-top: 112px;
}

#search h4 {
    padding-bottom: 44px;
}


#search .pagination {
    margin-top: 70px;
}

.none-found-title {
color:black;
}

.none-found-subtitle {
color:black;
padding-top: 17px;
}




/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/
#colophon {
  color: #ababab;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
#colophon a {

}

#page-content {
width:100%;
}

/**
* Desktop Adjustment
*/
@media screen and (min-width: 960px) {
/* #colophon {
    border-top: 1px solid #EFEFEF; */
  }
}
/*--------------------------------------------------------------
13.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.facebook-share-button {
font-size: 12px;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
    background: #3a5795;
    color: #ffffff;
	float:left;    
	line-height: 14px;
	margin-top: 5px;
	border: none;
}

.facebook-share-button:hover {
background: #3a5795;

}

.twitter-share-button {
font-size: 12px;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
    background: #55acee;
    color: #ffffff;
	float:left;
	line-height: 14px;
	margin-top: 5px;
	border: none;
	padding-left: 5px;
}


 .facebook-share-button:hover {
background: #3a5795!important;
}

.twitter-share-button:hover {
 background: #55acee;
 }





/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: .75em;
  line-height: 1.4;
  color: #ababab;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item figcaption {
  padding-bottom: 1.5em;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
15.0 Plugins
--------------------------------------------------------------*/
.entry-content hr.footnotes {
  display: none;
}
.entry-content ol.footnotes {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ababab;
  position: relative;
  margin-top: 3em;
  padding-top: 3em;
}
.entry-content ol.footnotes:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 65%;
  height: 1px;
  background: #EFEFEF;
}
.entry-content ol.footnotes li p:last-child {
  margin-bottom: 0;
}

/**
* Infinite Scroll
*/
@media screen and (min-width: 960px) {
  #infinite-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 20;
  }
  #infinite-footer .container {
    border: none;
    margin: 0 auto;
    width: 960px !important;
  }
}
/**
* Infinite Scroll on Jetpack portfolio page
*/
.infinite-scroll.tax-jetpack-portfolio-type .jetpack-portfolio .entry-content, .infinite-scroll.post-type-archive-jetpack-portfolio .jetpack-portfolio .entry-content {
  display: none;
}

/**
* Contact Form
*/
.contact-form .grunion-radio-label.radio,
.contact-form .grunion-field-label.checkbox {
  font-weight: normal;
}

.contact-submit {
  margin-top: 30px;
}

/**
* Portfolio post type
*/
.tax-jetpack-portfolio-tag .hentry .entry-featured-image.as-background,
.tax-jetpack-portfolio-type .hentry .entry-featured-image.as-background,
.post-type-archive-jetpack-portfolio .hentry .entry-featured-image.as-background {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  margin-bottom: 10px;
  padding: 20px 20px 0;
  background: #EFEFEF;
  line-height: .7;
}
.tax-jetpack-portfolio-tag .hentry .entry-featured-image.as-background:before,
.tax-jetpack-portfolio-type .hentry .entry-featured-image.as-background:before,
.post-type-archive-jetpack-portfolio .hentry .entry-featured-image.as-background:before {
  display: none;
}
.tax-jetpack-portfolio-tag .hentry .entry-featured-image.as-background img,
.tax-jetpack-portfolio-type .hentry .entry-featured-image.as-background img,
.post-type-archive-jetpack-portfolio .hentry .entry-featured-image.as-background img {
  box-shadow: 0 0 6px #afafaf;
}

.single-jetpack-portfolio .entry-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 10px 0;
  color: #2d1f0f;
  line-height: 1.2;
}
.single-jetpack-portfolio .entry-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: lighter;
  color: #2d1f0f;
  margin: 0 10px 30px;
  text-align: center;
}
.single-jetpack-portfolio .entry-subtitle a {
  color: #2d1f0f;
}
.single-jetpack-portfolio .entry-featured-image {
  margin: 20px 0 0;
  height: auto;
}
.single-jetpack-portfolio .entry-featured-image img {
  box-shadow: 0 0 5px #afafaf;
}

@media screen and (min-width: 760px) {
  .tax-jetpack-portfolio-tag .hentry,
  .tax-jetpack-portfolio-type .hentry,
  .post-type-archive-jetpack-portfolio .hentry {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    border-bottom: none;
    padding: 33px;
  }
  .tax-jetpack-portfolio-tag .hentry .entry-featured-image.as-background,
  .tax-jetpack-portfolio-type .hentry .entry-featured-image.as-background,
  .post-type-archive-jetpack-portfolio .hentry .entry-featured-image.as-background {
    max-height: 300px;
  }

  .single-jetpack-portfolio .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .tax-jetpack-portfolio-tag #content:before,
  .tax-jetpack-portfolio-type #content:before,
  .post-type-archive-jetpack-portfolio #content:before {
    display: none;
  }
  .tax-jetpack-portfolio-tag #primary,
  .tax-jetpack-portfolio-type #primary,
  .post-type-archive-jetpack-portfolio #primary {
    width: 960px;
  }

  .single-jetpack-portfolio .entry-title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-top: 150px;
  }
  .single-jetpack-portfolio .entry-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 90px;
  }
}

/*--------------------------------------------------------------
14.3 Icons
--------------------------------------------------------------*/
.ebay-icon {
  background-image: url('http://22stores.com/wp-content/uploads/2015/06/ebay1.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;	
}

.ebay-icon:hover{

 background-image: url('http://22stores.com/wp-content/uploads/2015/06/ebay-mouseover.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;

}


#preloadimage1
{
  background-image: url('http://22stores.com/wp-content/uploads/2015/06/ebay-mouseover.png');
  width: 0px;
  height: 0px;
  display: inline;
} 

.sync-icon {
  background-image: url('http://22stores.com/wp-content/uploads/2015/06/sync3.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;	
}

.sync-icon:hover{

 background-image: url('http://22stores.com/wp-content/uploads/2015/06/sync-mouseover1.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;

}


#preloadimage2
{
  background-image: url('http://22stores.com/wp-content/uploads/2015/06/sync-mouseover1.png');
  width: 0px;
  height: 0px;
  display: inline;
}

.store-icon {
  background-image: url('http://22stores.com/wp-content/uploads/2015/06/storer.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;	
}

.store-icon:hover{

 background-image: url('http://22stores.com/wp-content/uploads/2015/06/store-mouseover.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;

}

.store-icon:active{

 background-image: url('http://22stores.com/wp-content/uploads/2015/06/store-mouseover.png');
  background-repeat: no-repeat;
  height: 152px;
  cursor: pointer;
  width: 224px;
}


#preloadimage3
{
  background-image: url('http://22stores.com/wp-content/uploads/2015/06/store-mouseover.png');
  width: 0px;
  height: 0px;
  display: inline;
}


#inside-email {
	font-family: Open Sans;
	font-weight: 300;
	color: #4e4548;

}

#inside-password {
	font-family: Open Sans;
	font-weight: 300;
	color: #4e4548;

}

/*--------------------------------------------------------------
14.4 Icons
--------------------------------------------------------------*/
.signup-answer {
  font-weight: 300;
  font-family: Open Sans;
  color: #ffffff;
  font-size: 17px;
  margin-top: 3px;
  padding-left: 0px;
}


/*--------------------------------------------------------------
14.5 Modals
--------------------------------------------------------------*/




.modal-backdrop-menu  {
  
    opacity: 0.1!important;
}





/*--------------------------------------------------------------
15.0 Footer
--------------------------------------------------------------*/
 .footer-title{
 font-family: Open Sans;
  font-weight: 700;
  color: #fff;
 font-size: 20px;

  }
  
  .footer-category > a {
  color:white;
  text-decoration: none;
  }
  
   .footer-category {
    text-align: left;
   
   }
  
  .footer-text {
  font-family: Open Sans;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  }
  
  
  .footer-text:hover {
   color: #fbad05;
  }
  
  
.regular-text {
  font-family: Open Sans;
  font-weight: 300;
  color:#000000;
  }
  
  
  
  .contact-1 {
  margin-right: 0px;
  float: right;
  padding-left: 26px;
  padding-right: 0px;
  }
  
  
  .social-1 {
  margin-top: 37px;
  padding-left: 3px;
  margin-right: 0px;
  }
  
  /*--------------------------------------------------------------
16.0 Media queries
--------------------------------------------------------------*/

  @media (max-width: 1650px) {
 
 .wrap {
 width: 100%;
     padding-left: 2%;
 }
 
 #how-it-works.how-section-1-left {
 padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
 }
 
 .pricing-section1-bg{
width:100%;
}


.inside-call-to-action-pricing {
    width: 44%;
	
	}
	
	.features-section-4-left {
padding-right: 0px;

}
	
 
.how-it-works-sec2 {
 padding-left: 25%;
    padding-right: 25%;
 }
 
 
 
 .features-pic2 {
     padding-top: 118px;
 }

 
 #features .text-block {
     padding-left: 15px;
 }

 #features .no-padding{
padding-left: 15px;

}




.features-top-bg {
    background: #2bc7b4;
}

.how-it-works-bg {
   background: #433760;
}

.how-it-works-sec3 {
background: #14b4a1;
}


.how-section-1-left {
    padding-top: 5%;
    padding-right: 0px;
    padding-left: 5%;
}

.how-sec3-left {
    padding-left: 5%;
    padding-top: 0px;
	margin-top: 5%;
	}
	
	.how-sec3-right {
    padding-top: 287px;
	}
	
	.pricing-mid-section {
	padding-bottom: 143px;
	}
	
	.about-arrow {
	display:none; 
	}
	
	.about-container {
	background:#32cad3;
	}
	
	
	.features-section-4-left {
padding-right: 0px;

}

.features-section-5-left {
    display: none;
}

.features-section-5-right {
width: 100%;
}

.features-sec5 {
background: white;
}

#features .circle {
padding-left: 85px;
} 

.contact-left {
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
	margin-left: 0px;
    padding-left: 2%;
	padding-top: 20px;
	padding-bottom: 33px;
}

.contact-right {
    padding-left: 10%;
}



}



@media (max-width: 1570px) {
#login-page .login-main {
width: 650px;
    margin-left: 31%;
}

#login-page p{
    padding-left: 110px;
}

#login-page .p-right{
    margin-right: -82px;
}

.contact-right {
background: #12bcc6;
    width: 100%;
	margin-top: 6%;
	 padding-bottom: 6%;
}

.contact-left {
    margin-left: 25%;
}

.contact-page-bg {
background:white;
}


}

@media (max-width: 1400px) {

.about-section1 {
padding-left: 150px;
padding-right: 150px;
}


.timeline  {
width: 100%;
}



.right-side-about {
 padding-top: 100px;

}


.dot1, .dot2, .dot3, .dot4 {

display:none;
} 

.read-more {
padding-left:35px;
}

.read-more2 {
padding-left:40px;
}

.right-side {
    margin-top: 123px;
}

.homepage-section {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
}

.homepage-section3 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
}

.homepage-header {
    padding-left: 2%;
    padding-right: 0px;
    padding-top: 174px;
    padding-bottom: 5%;
	
	}

.section-4 {
    padding-left: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-close {
    padding-top: 5%;
    padding-bottom: 5%;
}

.section-1-right {
    padding-top: 70px;
}

.homepage-header {
    padding-left: 2%;
	}
	
	#features .no-padding {
    padding-left: 40px;
}

#features .no-padding2 {
    padding-left: 66px;
}

.features-section-5-right {
    padding-left: 290px;
    padding-right: 5%;
}

.features-section-4-left {
    padding-left: 5%;
    padding-right: 5%;

}

.features-section-3-left {
    padding-left: 5%;
}


.features-section-2-left {
    padding-left: 5%;
}

.features-pic2 {
    padding-top: 285px;
}




}











@media (max-width: 1384px) {
#pricing-table .pricing-plan {
margin-right: 20px;
width: 23%;

}

.pricing-section1-bg {
    padding-left: 2%;
}

.inside-call-to-action-pricing {
    width: 47%;
	
	}
	
.contact-left {
    margin-left: 7%;
    margin-right: 2%;
}
.contact-page-bg {
    margin-bottom: 0px;
}

}




@media (max-width: 1350px) {


.footer-container {
width:100%;
}


.homepage-section {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 127px;
}

.homepage-section2 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 150px;
    padding-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
}


.homepage-section3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 130px;
}


.section-4 {
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 30px;
}


.features-2 {
     padding-left: 57px;
    padding-top: 0px; 
}


.heading-homepage {
    margin-top: 0px;
	padding-top: 0px;

}

.homepage-header {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 93px;
    padding-bottom: 93px;
}


.how-section-1-left {
padding-top: 5%;
padding-right: 0px; 
    padding-left: 5%;
	text-align: center;
	padding-bottom: 5%;
}

.how-it-works-sec2 {
    padding-left: 5%;
    padding-right: 5%;
	}
	
	
.how-sec3-right {
padding-top: 496px;
 }

.pricing-section1-bg{
width:100%;
padding-top:5%;
padding-left:5%;
}	

#pricing .circle-img {
left: 44px;
}

.faq-row {
padding-left:5%;
padding-right:5%;
}	


#faq {
margin-bottom: 5%;
}

.features-section-1-left {
padding-right: 0px;
    padding-left: 5%;
}

.feature-circle-left {
margin-left:0px;
}


.features-pic2 {
    padding-top: 266px;
}


.features-section-4-left {
padding-left: 5%;
padding-right: 0%;
}

.features-section-5-right {
padding-left: 23%;
    padding-right: 0%;
}

.features-section-2-left{
padding-left: 5%;
}


.how-section-1-right {
padding-left:0px;
}

.features-section-3-left {
padding-left:5%;
}

  #login-page .login-main {
  margin-left:5%;
  margin-right:5%;
  }

}


@media (max-width: 1290px) {

.homepage-header {
    padding-left: 5%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 3%;
}

.homepage-section {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0px;
}





}


 @media (max-width: 1250px) {
 
 #pricing-table .pricing-plan {
 width: 47%;
margin-bottom: 5%;
 }
 
 .pricing-bottom {
 display:none;
 }
 
 .inside-call-to-action-pricing {
    width: 50%;
}


#pricing .circle-img {
display:none;
}

.pricing-mid-section {
    position: inherit;
}

#faq {
    margin-top: 5%;
}

.features-sec5 {
background:none;
}

.features-section-5-left{
background: #fac034;
    padding-top: 150px;
    padding-bottom: 150px;
}

.features-section-5-right{
padding-left:5%;
}

.call-to-action-pricing {
    margin-top: 95px;
}

.call-to-action-pricing {
    margin-bottom: 0px;
}

}

  @media (max-width: 1140px) {
  
  
  #features h3 {
 text-align:center;
  
  }
  
  .featured-blog {
  
  }
  
  
    .features-pic2 {
  padding-top: 0px;
    padding-bottom: 60px;
  }
  
  
  .features-section-4-right {
      padding-top: 0px;
    padding-left: 0px
  }
  
  
 .featured-blog {
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;

}


.featured {
    padding-right: 0px;
    padding-top: 97px;

}

.blogroll-single {
height: 504px;
}

}

  @media (max-width: 1120px) {
  
  
  .how-sec3-right {
  padding-top: 0px;
  margin-top: 0px;
  
  }
  
  .features-sec1{
padding-top: 0px;
}
  
  .features-section-1-left{
      padding-bottom: 10%;
  }
  
  



}


  @media (max-width: 1090px) {
 .homepage-container {
 text-align:center;
 }
 
 
 #content-manual {
   width: 100%;
   }
 
 .input-password {
 float: left;
 }
 
  .input-mail {
 float: left;
 }
 
 .header-start-button{
  float: left;
 }
 
 .how-sec3-left 
{
      margin-top: 0px;
 } 
 
 .how-sec3-right {
margin-top: 0px;
}


.homepage-header {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.title-text2 {
    text-align: center;
}

#preview {
    width: 75%;
    margin-top: 80px;
}

.preview-btn {
    padding-top: 30px;
    text-align: right;
}

.section-4 {

    padding-top: 5%;

}

.close-form {
    padding-left: 0%;
}

.left-pricing {
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 8%;
    padding-bottom: 5%;
}

.inside-call-to-action-pricing {
    width: 59%;
}
 
 
 }









@media (max-width: 985px) {
.container {
  width: 100%;
  }
  
  .container-blog
  {
  width: 100%;
  }
  
  .container-guide
  {
  width: 100%;
  }
  
  .blogroll {
  min-height: 0px;
  width: 100%;

  }
  
    .faq {
  padding-left:15px;
  
  }
  
 .nopadding
 
 {
  padding-left:15px;
  padding-right:15px;
  
  }
  
.inside-call-to-action-pricing {
    width: 68%;
}
  
  
 .widget_search .search-form
 
 {
  width: 100%;
  }
  
  
  
  .step {
  width: 100%;
  }
  
  
.page-header .page-title,
.page-header .page-description {
  position: relative;
  top: -88px;

}


.page-header {
  margin-top: 0px;
}


.how-sec3-left 
{
      margin-top: 0px;
 } 
 
 .how-sec3-right {
margin-top: 0px;
} 
 }
 

 
  @media (max-width: 880px) {
  
  
  #preview {
  margin-top: 0px;
  margin-bottom: 2%;
  }
  
  
  .preview-section {
      height: inherit;
  }
  
  .how-circle-1 {
      margin-top: 22px;
  }
  
    .how-circle-2 {
      margin-top: 22px;
  }
  
    .how-circle-3 {
      margin-top: 22px;
  }
  
  
   .input-password {
 float: left;
padding-bottom: 30px;
width: 100%;
 }
 
  .input-mail {
 float: left;
 }
  
  
  
  .heading-homepage {
    padding-top: 5%;
    text-align: center;
}


.how-it-works-left {
padding-top: 0px;
}

.hompage-text1 {
 text-align: center;
 padding-right: 0px;
}


.hompage-text2 {
 text-align: center;
}
  
 .read-more {
text-align: center;
    margin-top: 15px;
} 
  
  .homepage-section {
    padding-left: 40px;
    padding-top: 0px;
    margin-top: 0px;
  margin-bottom: -70px;
  }
  
  .right-section {
  padding-left: 5%;
  }
  
  .homepage-section2 {
    padding-left: 40px;
    padding-right: 25px;
    margin-top: 0px;
  
  }
  
  
  .homepage-section4 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 76px;
    padding-bottom: 76px;
	}
  

  
  .main-image{
  padding-top: 35px;
  }
  
  .pricing-img {
  padding-top: 50px;
  }
  
  .header-start-btn {
  height:55px;
  width:194px;
  }
  
  .header-start-btn {
  text-align: center;
  }
  
  .preview-btn {
 margin-left:0px;
  padding-top: 10px;
  padding-bottom: 16px;
  text-align: center;
  }
  
  .preview {
  font-size: 18px;
  
  }
  
  .regular-text {
  font-size: 18px;
  
  }
  
  .title-text2 {
  text-align:center;
  }
  
  .preview-inpt {

padding-top: 20px;
padding-left: 10%;
 padding-right: 10%;

}

.features-2 {
padding-left:40px;
}

.homepage-section3 {
 padding-left: 40px;
padding-right: 25px;
padding-top: 30px;
}

.hompage-h4 {
padding-left: 20px;
padding-right: 20px;
}

.hompage-text2 {
padding-left: 0px;
padding-right: 0px;
}

.section-1 {
padding-right:0px;

}


.section-4 {
padding-left: 40px;
padding-top: 40px;
padding-bottom: 40px;
}

.section-close {
    padding-top: 40px;
padding-bottom: 0px;
}
  
  
  .close-form {
padding-left: 0%;
padding-bottom: 55px;
}


.contact-h4 {

padding-bottom: 30px;
}

.right-side {
margin-top:65px;
}

.how-sec3-left {
    padding-left: 5%;
}


#features .no-padding {
padding-left:30px;
}

.call-to-how{
font-size: 40px;
}
  
#contact h3  {
color:#3d3256;
}


.contact-right {
padding-bottom: 5%;
    padding-top: 5%;
	padding-left: 5%;
}

.contact-left {
    padding-left: 5%;
}

.inside-call-to-action-pricing {
    width: 76%;
}


  }
  
  
  
  
  @media (max-width: 850px) {
  .right-side {
margin-top:5%;
}
  .homepage-header {
  
padding-top: 5%;
  }
  
  
   .how-section-1-right {
 
     padding-left: 0px;
 
 }
  
  }
  
  @media (max-width: 760px) {
  
  #pricing-table .pricing-plan {
      margin-left: 7%;
    margin-right: 8%;
    width: 80%;
    margin-bottom: 5%;
  }

#features .no-padding {
padding-left:0px;
}

.featured {
    padding-right: 0px;
    padding-top: 0px;
}

.inside-call-to-action-pricing {
    width: 100%;
    padding-left: 5%;
}

.get-started {
    float: left;
    margin-top: 20px;
    margin-left: 11%;
}

.call-to-action-pricing {
    height: 209px;
}

.inside-call-to-action-pricing {
padding-top: 0px;
}




}


 @media only screen 
 and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {


 .contact-right{
 padding-left: 0%;
    padding-top: 7%;

 }
 
 #contact h1 {
     font-size: 42px;
 }
 
  #contact h3 {
 font-size: 32px;
 }
 
  #contact h4 {
 font-size: 20px;
 }
 
 }













 
 
 
   @media (max-width: 550px) {
   
   
   .read-more{
   
   padding-top:33px;
   }
   
     .right-side {
margin-top:270px;
}

.header-start-btn {
    font-size: 18px;
}
   
   .preview-input {
   width:80%;
   
   }
   
.input-mail {
width: 100%;
 }
 
 #header-email {
     height: 50px;
    font-size: 18px;
 
 }
 
  #header-password {
     height: 50px;
    font-size: 18px;
 
 }
   
   
  
.homepage-header {
  
padding-left: 5%;
padding-right: 5%;
padding-top: 5%; 
  }
  
  .homepage-section2  {
  padding-top: 50px;
  }
  
  
  .contact-h4 {
      padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
} 


  .heading-homepage {
      padding-top: 57px;
  
  }
  
  
    .contact-1 {
 
  padding-left: 0px!important;

  }
  
  
    
  .social-1 {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  }
  
  
.how-sec3-left {
      padding-left: 15%;
  }
  
 .how-sec3-right {
 padding-top: 0px;
 }
 
 
 .call-to-how {
 font-size: 40px;
line-height: 48px;

}
 
.main-image {
    padding-top: 0px;
} 

 .h4-how {
     padding: 5%;
 }
 
 .right-side{
     padding-top: 25%;
 }
 
 .about-h2 {
     font-size: 48px;
 }
 
 
.features-section-2-right {
padding-top: 0px;
    padding-left: 0px;
}

#login-page .login-main {
padding-right: 5%;
padding-left: 5%;
 padding-top: 0px;
}

#login-page p {
    text-align: center;
}

  #login-page .p-right{
text-align: center;
}

.inside-call-to-action-pricing {
    padding-top: 5%;
}
 
 }
 
 
 
 
  

    